Dynomotion

Group: DynoMotion Message: 9846 From: principledad Date: 7/23/2014
Subject: Turning CNC router into 3D printer
I have a CNC router with a kflop controller.  (Love that thing.) I would love to add a 3D print head to it so it could also function as a 3D printer.

Does anyone here have any experience with this?
Is this doable?

Any pointers would be appreciated.

Thanks,
Group: DynoMotion Message: 9848 From: ericncn Date: 7/23/2014
Subject: Re: Turning CNC router into 3D printer
I am interested in that too!  I know there are cheap DIY 3D printer kits out there so in principle it should be possible. I have a 3-axis mill controlled via a KFLOP.
Would be interested in step-by-step instructions

EC


---In DynoMotion@yahoogroups.com, <paul@...> wrote :

I have a CNC router with a kflop controller.  (Love that thing.) I would love to add a 3D print head to it so it could also function as a 3D printer.

Does anyone here have any experience with this?
Is this doable?

Any pointers would be appreciated.

Thanks,
Group: DynoMotion Message: 9849 From: ericncn Date: 7/23/2014
Subject: Re: Turning CNC router into 3D printer
> Any pointers would be appreciated.

Look for "reprap" on Google.

If I've understood it correctly it's sort of a opensource 3D printer you can make by another 3D printer ("the 3D printer tha can print itself").

You can easily find reprap kits for beginners.

I believe that, by studying either the reprap project or one of the commercial kits, you can extract the information (and the needed components) needed for building the 3D head

EC
Group: DynoMotion Message: 9850 From: Jeremy Brown Date: 7/23/2014
Subject: Re: Turning CNC router into 3D printer

As I’ve built several 3D printers, I’ll chip in.

 

You’ll need a few specific things.

 

·         Fourth Axis to control the stepper that will drive the extruder

·         Extruder – the mechanism that feeds filament at a specific rate to the hotend.  Search thingiverse.com for ‘extruder’ to get a good idea of what’s going on

·         Hotend, this is the item that filament is fed through which melts at the end.  The gold standard is here: http://hotends.com/.

·         Temperature control – this is usually built into the electronics for any reprap (Arduino mega 2650 + Ramps 1.4 being pretty popular), but those electronics also drive the steppers.  So, you’ll probably want to go with a simple analog/manual PID temperature control device.

·         Software – to take the 3D file (.stl usually) and slice it up into g-code.  I use Slic3r from http://slic3r.org/.

 

http://forums.reprap.org/ is a good place to ask questions.

 

Luck!

Jeremy

 

Group: DynoMotion Message: 9881 From: principledad Date: 7/29/2014
Subject: Re: Turning CNC router into 3D printer
Thanks for the tips on turning a router into a 3D printer.  I appreciate the info.
It will be a while before I can get started on this project. At least I got some good starting points.